home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / src / bitmaps / sfrect.cur < prev    next >
Text File  |  1994-08-01  |  233b  |  9 lines

  1. /*
  2.  * A 16X16 square cursor ( with 8X8 solid cell )
  3.  */
  4. static unsigned short cur_sfrect[] =
  5. {
  6.     0x0000, 0x0000, 0x0000, 0x0000, 0x0FF0, 0x0FF0, 0x0FF0, 0x0FF0,
  7.     0x0FF0, 0x0FF0, 0x0FF0, 0x0FF0, 0x0000, 0x0000, 0x0000, 0x0000
  8. };
  9.